home *** CD-ROM | disk | FTP | other *** search
- REM COMPILE.BAT Do "xc file %2 %3 ..." for each IFF source file 2/4/86
- command /c xc gio remalloc iffr iffw packer unpacker ilbmr ilbmw
- command /c xc readpict putpict iffcheck showilbm raw2ilbm
- command /c xc ilbm2raw bmprintc ilbmdump
-
-
- **********************
-
-
- REM LINKGIO.BAT Do "xl file" for each IFF link file using gio.c 1/23/86
- command /c xl iffchecg
- command /c xl showilbg
- command /c xl raw2ilbg
-
-
-
- **********************
-
-
- REM LINK.BAT Do "xl file" for each IFF link file 2/4/86
- command /c xl iffcheck
- command /c xl showilbm
- command /c xl raw2ilbm
- command /c xl ilbm2raw
- command /c xl ilbmdump
-
-
-
- **********************
-
-
- REM NotSrc.BAT Do "%1 file %2 %3 ..." for each IFF release file
- REM that is NOT a source file 2/4/86
- REM E.g. "notsrc copy b:"
- %1 ReadMe.doc %2 %3 %4 %5 %6 %7 %8 %9
- %1 Backgrnd.doc %2 %3 %4 %5 %6 %7 %8 %9
- %1 RELEASE.BAT %2 %3 %4 %5 %6 %7 %8 %9
- %1 NotSrc.BAT %2 %3 %4 %5 %6 %7 %8 %9
- %1 IFFCheck %2 %3 %4 %5 %6 %7 %8 %9
- %1 ShowILBM %2 %3 %4 %5 %6 %7 %8 %9
- %1 Raw2ILBM %2 %3 %4 %5 %6 %7 %8 %9
- %1 startup.txt %2 %3 %4 %5 %6 %7 %8 %9
- %1 ShowILBM.info %2 %3 %4 %5 %6 %7 %8 %9
- %1 dragon %2 %3 %4 %5 %6 %7 %8 %9
- %1 dragon.info %2 %3 %4 %5 %6 %7 %8 %9
- %1 dragon.c %2 %3 %4 %5 %6 %7 %8 %9
- %1 mumbo.info %2 %3 %4 %5 %6 %7 %8 %9
- %1 ZapIcon %2 %3 %4 %5 %6 %7 %8 %9
- %1 bird3to8 %2 %3 %4 %5 %6 %7 %8 %9
- %1 bird3to8.lo3 %2 %3 %4 %5 %6 %7 %8 %9
- %1 bird3to8.info %2 %3 %4 %5 %6 %7 %8 %9
- %1 bird0to2 %2 %3 %4 %5 %6 %7 %8 %9
- %1 bird0to2.info %2 %3 %4 %5 %6 %7 %8 %9
-
-
- **********************
-
-
- REM RELEASE.BAT Do "%1 file %2 %3 ..." for each IFF release file 1/30/86
- REM E.g. "release copy b:"
- command /c source %1 %2 %3 %4 %5 %6 %7 %8 %9
- command /c notsrc %1 %2 %3 %4 %5 %6 %7 %8 %9
-
-
-
- **********************
-
-
- REM SOURCE.BAT Do "%1 file %2 %3 ..." for each IFF source file 2/4/86
- REM E.g. "source copy b:"
- %1 COMPILER.H %2 %3 %4 %5 %6 %7 %8 %9
- %1 GREENHIL.H %2 %3 %4 %5 %6 %7 %8 %9
- %1 IBMLATTI.H %2 %3 %4 %5 %6 %7 %8 %9
- %1 INTUALL.H %2 %3 %4 %5 %6 %7 %8 %9
- %1 REMALLOC.H %2 %3 %4 %5 %6 %7 %8 %9
- %1 REMALLOC.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 GIO.H %2 %3 %4 %5 %6 %7 %8 %9
- %1 GIO.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 GIOCALL.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 IFF.H %2 %3 %4 %5 %6 %7 %8 %9
- %1 IFFR.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 IFFW.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 PACKER.H %2 %3 %4 %5 %6 %7 %8 %9
- %1 PACKER.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 UNPACKER.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 ILBM.H %2 %3 %4 %5 %6 %7 %8 %9
- %1 ILBMR.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 ILBMW.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 READPICT.H %2 %3 %4 %5 %6 %7 %8 %9
- %1 READPICT.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 PUTPICT.H %2 %3 %4 %5 %6 %7 %8 %9
- %1 PUTPICT.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 IFFCHECK.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 IFFCHECK.LNK %2 %3 %4 %5 %6 %7 %8 %9
- %1 SHOWILBM.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 SHOWILBM.LNK %2 %3 %4 %5 %6 %7 %8 %9
- %1 RAW2ILBM.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 RAW2ILBM.LNK %2 %3 %4 %5 %6 %7 %8 %9
- %1 ILBM2Raw.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 ILBM2Raw.LNK %2 %3 %4 %5 %6 %7 %8 %9
- %1 BMPrintC.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 ILBMDump.C %2 %3 %4 %5 %6 %7 %8 %9
- %1 ILBMDump.LNK %2 %3 %4 %5 %6 %7 %8 %9
- %1 IFFCHECG.LNK %2 %3 %4 %5 %6 %7 %8 %9
- %1 SHOWILBG.LNK %2 %3 %4 %5 %6 %7 %8 %9
- %1 RAW2ILBG.LNK %2 %3 %4 %5 %6 %7 %8 %9
- %1 COMPILE.BAT %2 %3 %4 %5 %6 %7 %8 %9
- %1 LINK.BAT %2 %3 %4 %5 %6 %7 %8 %9
- %1 LINKGIO.BAT %2 %3 %4 %5 %6 %7 %8 %9
- %1 SOURCE.BAT %2 %3 %4 %5 %6 %7 %8 %9
-
-